home *** CD-ROM | disk | FTP | other *** search
- -- background: 2597 from stack: in
- -- bmap block id: 3251
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openStack
- hide message box
- hide menuBar
- pass openStack
- set hilite of background button "Needs" to true
- set hilite of background button "Examples" to false
- end openStack
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=69 top=317 right=338 bottom=207
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Market Needs
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to card id 5306
- set hilite of background button "Market Needs" to true
- ResetMenuField
- end mouseUp
-
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=228 top=317 right=337 bottom=255
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve slow to card
- go to card id 4243 of stack "Selling Home Card"
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=289 top=317 right=338 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Examples
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect zoom open
- go to card id 8927 of stack "Examples"
- set hilite of background button "Examples" to true
- end mouseUp
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=402 top=3 right=42 bottom=438
- -- title width / last selected line: 0
- -- icon id / first selected line: 1008 / 1008
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Print Card"
- end mouseUp
-
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=451 top=3 right=42 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 1004 / 1004
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- play harpsichord a4
- global search
- answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
- if it is "Browse" then
- visual wipe up slowly
- go to card "Glossary" of stack "Glossary"
- end if
- if it is "Automatic" then
- ask "Find Word?"
- put it into search
- if search is empty then
- exit mouseUp
- else
- visual wipe up slowly
- put "find search" into message box
- hide message
- go to card "Glossary" of stack "Glossary"
- find word search in field "Text"
- if the result is "not found" then
- answer "Word not found." with "OK"
- exit mouseUp
- else
- show card field id 13
- wait 4 seconds
- hide card field id 13
- end if
- end if
- end if
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=442 top=281 right=302 bottom=464
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next Card
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right slow to card
- go to next card
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=404 top=281 right=302 bottom=429
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev Card
- ----- HyperTalk script -----
- on mouseUp
- visual wipe left slow to card
- go to previous card
- end mouseUp
-
-
-
- -- part 28 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=73 top=52 right=75 bottom=125
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
-
-
- -- part 29 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=242 top=52 right=75 bottom=315
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Benefits Header
-
-
- -- part 30 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=400 top=52 right=75 bottom=473
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Features Header
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=367 top=280 right=303 bottom=395
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Pop Card
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve slow to card
- go to card id 5306
- ResetMenuField
- end mouseUp
-
- on ResetMenuField
- put " DTP/DTPres*" & return & " Desktop Communications" & return & " Legal" & return & " Engineering/Scientific" & return & " HyperCard Stack Development" & return into card field "Select Field"
- end ResetMenuField
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=192 top=280 right=302 bottom=320
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Show Bottlenecks
- ----- HyperTalk script -----
- on mouseUp
- global whichButton
- hide background field "Benefits Header"
- hide background field "Features Header"
- hide card field "Benefits"
- hide card field "Features"
- show background field "Bottlenecks Header"
- show card field "Bottlenecks"
- show background button "Hide Bottlenecks"
- hide background button "Show Bottlenecks"
- set hilite of background button "Hide Bottlenecks" to true
- get the location of card button whichButton
- click at it
- end mouseUp
-
-
-
- -- part 33 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=292 top=52 right=75 bottom=406
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Bottlenecks Header
-
-
- -- part 34 (button)
- -- low flags: 80
- -- high flags: 8003
- -- rect: left=191 top=280 right=302 bottom=319
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hide Bottlenecks
- ----- HyperTalk script -----
- on mouseUp
- global whichButton
- hide background field "Bottlenecks Header"
- hide card field "Bottlenecks"
- show background field "Benefits Header"
- show background field "Features Header"
- show card field "Benefits"
- show card field "Features"
- hide background button "Hide Bottlenecks"
- set hilite of background button "Hide Bottlenecks" to false
- show background button "Show Bottlenecks"
- get the location of card button whichButton
- click at it
- end mouseUp
-
-